home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
util
/
simulare.sit
/
Simula 4.07 Reference
/
card_22860.txt
< prev
next >
Wrap
Text File
|
1989-05-02
|
3KB
|
142 lines
-- card: 22860 from stack: in.07 Reference
-- bmap block id: 3721
-- flags: 0000
-- background id: 10117
-- name:
-- part 1 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=74 top=242 right=262 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: A...Z
----- HyperTalk script -----
on mouseUp
go to card id 14758
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=77 top=213 right=233 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: [ ]
----- HyperTalk script -----
on mouseUp
go to card id 15517
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=77 top=194 right=213 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: { }
----- HyperTalk script -----
on mouseUp
go to card id 15052
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=83 top=166 right=184 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: |
----- HyperTalk script -----
on mouseUp
go to card id 14758
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=23 top=144 right=166 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Alternatives
----- HyperTalk script -----
on mouseUp
go to card id 5806
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=461 top=291 right=314 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
domenu "back"
end mouseUp
-- part contents for background part 2
----- text -----
Meta syntax rules
-- part contents for background part 1
----- text -----
The notation used in the syntax descriptions is very simple:
Alternatives are normally listed under each other. In some cases they are after each other, separated with a
bar: |
{ } means repeated 0 or more times
[ ] means 0 or 1 times
A...Z is shorthand for all the alternatives A|B|C|...|Z